home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
text
/
hyper
/
hsc.lha
/
hsc
/
grafflwerk
/
StripNastyChars.hsc
< prev
next >
Wrap
Text File
|
1997-10-12
|
455b
|
19 lines
<*
* StripNastyChar.hsc
*
* This document provides an advanced example usage of <$exec>.
* For details refer to the main documentation.
*>
<HTML><HEAD><TITLE>Strip Nasty Characters</TITLE></HEAD><BODY>
<$define nasty-data:string="This#Text|Contains!Ñâ§ïÿ/Characters">
<$define clean-data:string>
<$exec COMMAND=("rx StripNastyChars.rexx " + nasty-data) ATTRIBUTE=clean-data>
Converted "<(nasty-data)>"
to "<(clean-data)>".
</BODY></HTML>